BlockParameterGetPropertyConnectionName
Method
|
Returns a property connection name.
Namespace: Teigha.Internal.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public string GetPropertyConnectionName(
string propName
)
Public Function GetPropertyConnectionName (
propName As String
) As String
public:
String^ GetPropertyConnectionName(
String^ propName
)
member GetPropertyConnectionName :
propName : string -> string
Parameters
- propName String
- [in] Property name.
Return Value
String
String containing a property connection name.
See Also