 | WriteBackHandlerGetProperty Method (Int32, ctPropertyScope) |
Get Property and attribute pair. Uses cache.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic Tuple<CTAttribute, CTProperty> GetProperty(
int iAttribute,
ctPropertyScope scope
)
Public Function GetProperty (
iAttribute As Integer,
scope As ctPropertyScope
) As Tuple(Of CTAttribute, CTProperty)
Parameters
- iAttribute
- Type: SystemInt32
- scope
- Type: ctPropertyScope
Return Value
Type:
TupleCTAttribute,
CTProperty
See Also