ArcFM Responder Mobile Developer Guide
ID8GeoAssocJoin_set_TableName Method






Syntax
'Declaration
 
<System.Runtime.InteropServices.TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Public Overridable Sub ID8GeoAssocJoin_set_TableName( _
   ByVal pbsTableName As System.String _
) 
'Usage
 
Dim instance As D8FeatureClass
Dim pbsTableName As System.String
 
instance.ID8GeoAssocJoin_set_TableName(pbsTableName)
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
public virtual void ID8GeoAssocJoin_set_TableName( 
   System.string pbsTableName
)
public procedure ID8GeoAssocJoin_set_TableName( 
    pbsTableName: System.String
); virtual; 
System.Runtime.InteropServices.TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)
public function ID8GeoAssocJoin_set_TableName( 
   pbsTableName : System.String
);
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
public: virtual void ID8GeoAssocJoin_set_TableName( 
   System.string* pbsTableName
) 
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
public:
virtual void ID8GeoAssocJoin_set_TableName( 
   System.String^ pbsTableName
) 

Parameters

pbsTableName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

D8FeatureClass Class
D8FeatureClass Members

Send Feedback