ArcObjects Library Reference (Schematic)  

ISchematicExpandLinksByAttributeRule.KeepLinksWithNoValue Property

Indicates if the rule keeps Links which field has no value.

[Visual Basic .NET]
Public Property KeepLinksWithNoValue As Boolean
[C#]
public bool KeepLinksWithNoValue {get; set;}
[C++]
HRESULT get_KeepLinksWithNoValue(
  VARIANT_BOOL* KeepLinksWithNoValue
);
[C++]
HRESULT put_KeepLinksWithNoValue(
  VARIANT_BOOL KeepLinksWithNoValue
);
[C++]

Parameters

KeepLinksWithNoValue [out, retval]   KeepLinksWithNoValue is a parameter of type VARIANT_BOOL KeepLinksWithNoValue [in]   KeepLinksWithNoValue is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicExpandLinksByAttributeRule Interface